/* CSS classes for ~gad on www.csh.rit.edu */

body {background-color : white}
/* body {background-color : "#35c0d0"} */

a:link {color : blue; text-decoration : none}
a:visited {color : blue; text-decoration : none}
a:active {color : blue; text-decoration : none}
a:hover {color : blue; text-decoration : none}

p {text-indent : 25px}

ul {list-style-type : decimal}

table.header {width : 640; border : 0; background-color = black}
table.info {width : 640; border : 3; background-color = "#adcfb0"}
table.tagline {width : 640; border : 3; background-color = white}
table.spacer1 {background-color = white}
table.spacer2 {background-color = "#adcfb0"}

td.header 
{
   text-align : center; 
   font-family : courier;
   font-size : 150%; 
   color : white
}
td.label 
{
   text-align : left;
   font-size : 135%;
   font-family : courier;
   color : black
}
td.item {text-indent : 20px}
